C#
VB
C++
Specified cache entry from the cache.
public abstract CacheItem<T> GetCacheItem<T>(string key,string regionName)
Public MustOverride Function GetCacheItem(Of T)(ByVal key As String,ByVal regionName As String) As CacheItem(Of T)
public:generic<typename T>virtual CacheItem<T>^ GetCacheItem(String^ key,String^ regionName) abstract
key
Unique identifier of the cache item.
regionName
Optional name of a region in cache.
The cache item if found, otherwise; null.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
